From: Kenichi Handa Date: Mon, 5 Mar 2007 07:00:16 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1748 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e25a7977177436a9dbd41f1a0703a26568d6ae46;p=emacs.git Fix previous change. --- diff --git a/lisp/international/characters.el b/lisp/international/characters.el index eca68f55930..024333c4a88 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -917,7 +917,7 @@ (setq c #x0100) (while (<= c #x02AF) (modify-category-entry (decode-char 'ucs c) ?l) - (setq c (1+ 1))) + (setq c (1+ c))) (setq c #x0100) (while (<= c #x0177)